From 7c46239179d660fe64c039f2800361db2b67acb4 Mon Sep 17 00:00:00 2001 From: real-zephex Date: Sat, 27 Apr 2024 00:06:25 +0530 Subject: edge runtime didn't worked --- src/app/kdrama/[id]/page.jsx | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/app/kdrama/[id]') diff --git a/src/app/kdrama/[id]/page.jsx b/src/app/kdrama/[id]/page.jsx index f6926c2..69a42c2 100644 --- a/src/app/kdrama/[id]/page.jsx +++ b/src/app/kdrama/[id]/page.jsx @@ -3,8 +3,6 @@ import Image from "next/image"; import EpisodesButtons from "./buttons"; import { PreFetchVideoLinks } from "../components/cacher"; -export const runtime = "edge"; - export default async function DramaInfo({ params }) { const id = decodeURIComponent(params.id); const info = await getDramaInfo(id); -- cgit v1.2.3